home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Win95 Secrets / SETUP.Z / WIN95MEM.RC < prev    next >
Encoding:
Text File  |  1995-07-19  |  455 b   |  15 lines

  1. #define WIN32_LEAN_AND_MEAN
  2. #include <windows.h>
  3. #include "win95mem.h"
  4.  
  5. WIN95MEM_DLG DIALOG DISCARDABLE  0, 0, 100, 50
  6. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
  7.     WS_SYSMENU
  8. CAPTION "Win95Mem - Matt Pietrek 1995"
  9. FONT 8, "MS Sans Serif"
  10. BEGIN
  11.     LTEXT           "",IDC_TEXT_commited,2,2,80,10
  12.     LTEXT           "",IDC_TEXT_physical,2,14,80,10
  13.     LTEXT           "",IDC_TEXT_percentage,2,26,80,10
  14. END
  15.